projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338ecb7
)
(flymake-fix-file-name): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 Feb 2006 11:40:51 +0000
(11:40 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 Feb 2006 11:40:51 +0000
(11:40 +0000)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index 9a6024c8e8ba0e62b8c5899db85aca5d057268b0..4f197e34bfe79cc81acfaf7255376c05333dfe31 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-339,7
+339,7
@@
Return its file name if found, or nil if not found."
nil)))))
(defun flymake-fix-file-name (name)
- "Replace all occurences of '\' with '/'."
+ "Replace all occur
r
ences of '\' with '/'."
(when name
(setq name (expand-file-name name))
(setq name (abbreviate-file-name name))